build(deps): bump base64 from 0.22.1 to 0.23.0 in /quickwit - #6744
Conversation
7a3b3cb to
3bce00f
Compare
ee81745 to
686386b
Compare
Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.22.1 to 0.23.0. - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](marshallpierce/rust-base64@v0.22.1...v0.23.0) --- updated-dependencies: - dependency-name: base64 dependency-version: 0.23.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
686386b to
3f7abcb
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 3f7abcb816
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| atomic_float = "1.1" | ||
| backtrace = "0.3" | ||
| base64 = "0.22" | ||
| base64 = "0.23" |
There was a problem hiding this comment.
Disable the unused default SIMD feature
With base64 0.23, this shorthand newly enables its default-on simd-unsafe feature, although the repository's base64 call sites use GeneralPurpose/BASE64_STANDARD rather than the Simd, Avx2, or Neon engines. This unnecessarily compiles unsafe architecture-specific implementations into every workspace consumer; declare the dependency with default-features = false and enable only the required std/alloc feature.
AGENTS.md reference: AGENTS.md:L104-L112
Useful? React with 👍 / 👎.
Bumps base64 from 0.22.1 to 0.23.0.
Changelog
Sourced from base64's changelog.
Commits
9e9220av0.23.0870326eMerge pull request #306 from marshallpierce/mp/trailing-bits-docsfbec5f1Document no trailing trailing bits0a23549Merge pull request #305 from marshallpierce/mp/edition-2021f10b7e2Update deps & edition9d21a59Merge pull request #304 from marshallpierce/mp/custom-padding-rebasef70bad2Support custom padding symbols684d79cMerge pull request #301 from marshallpierce/mp/simd-gardening5bf66f2Merge pull request #284 from AbeZbm/add-testsd3831cfFollowups to SIMD work